-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove max file count #6292
Remove max file count #6292
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6292 +/- ##
==========================================
Coverage ? 62.96%
==========================================
Files ? 289
Lines ? 35694
Branches ? 3480
==========================================
Hits ? 22476
Misses ? 13214
Partials ? 4
|
cvat/settings/base.py
Outdated
@@ -514,9 +514,7 @@ class CVAT_QUEUES(Enum): | |||
DATA_UPLOAD_MAX_MEMORY_SIZE = 100 * 1024 * 1024 # 100 MB | |||
DATA_UPLOAD_MAX_NUMBER_FIELDS = None # this django check disabled | |||
DATA_UPLOAD_MAX_NUMBER_FILES = None | |||
LOCAL_LOAD_MAX_FILES_COUNT = 500 | |||
LOCAL_LOAD_MAX_FILES_SIZE = 512 * 1024 * 1024 # 512 MB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about LOCAL_LOAD_MAX_FILES_SIZE
variable? It doesn't seem to be used anywhere. Should we delete it too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>
Motivation and context
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.